@font-face {
    font-family: "icons";
    src: url("./icons.eot?602fbce0e7ae3cc8661e80387e7736b0#iefix") format("embedded-opentype"),
url("./icons.woff2?602fbce0e7ae3cc8661e80387e7736b0") format("woff2"),
url("./icons.woff?602fbce0e7ae3cc8661e80387e7736b0") format("woff");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-alert-error:before {
    content: "\f101";
}
.icon-date:before {
    content: "\f102";
}
.icon-details:before {
    content: "\f103";
}
.icon-meal-type:before {
    content: "\f104";
}
.icon-party-size:before {
    content: "\f105";
}
.icon-star-fill:before {
    content: "\f106";
}
.icon-time:before {
    content: "\f107";
}
